home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_runner_2.swf / scripts / frame_51 / PlaceObject2_86_219 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2007-01-12  |  210b  |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(this._x < 55)
  3.    {
  4.       this._x += 1;
  5.       riktning = 1;
  6.    }
  7.    if(332 < this._x)
  8.    {
  9.       this._x -= 1;
  10.       riktning = -1;
  11.    }
  12.    this._x += 2 * riktning;
  13. }
  14.